home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / php / pear / HTML / BBCodeParser / example / BBCodeParser.ini next >
INI File  |  2004-03-24  |  592b  |  24 lines

  1. [HTML_BBCodeParser]
  2.  
  3. ; possible values: single|double
  4. ; use single or double quotes for attributes
  5. quotestyle  = single
  6.  
  7. ; possible values: all|nothing|strings
  8. ; quote all attribute values, none, or only the strings
  9. quotewhat   = all
  10.  
  11. ; the opening tag character
  12. open        = [
  13.  
  14. ; the closing tag character
  15. close       = ]
  16.  
  17. ; possible values: true|false
  18. ; use xml style closing tags for single html tags (<img> or <img />)
  19. xmlclose    = true
  20.  
  21. ; possible values: a comma seperated list of filters
  22. ; comma seperated list of filters to use
  23. filters     = Basic,Extended,Links,Images,Lists,Email
  24.